Excel for WinRT
Insert(Int32,XLColumn,XLCell[]) Method


Position where the item will be inserted.
Item that will be inserted.
Array ot the cells for inserted column.
Inserts an XLColumn object at a specific position in the collection.
Syntax
'Declaration
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal col As XLColumn, _
   ByVal cells() As XLCell _
) As XLColumn
'Usage
 
Dim instance As XLColumnCollection
Dim index As System.Integer
Dim col As XLColumn
Dim cells() As XLCell
Dim value As XLColumn
 
value = instance.Insert(index, col, cells)
public XLColumn Insert( 
   System.int index,
   XLColumn col,
   XLCell[] cells
)

Parameters

index
Position where the item will be inserted.
col
Item that will be inserted.
cells
Array ot the cells for inserted column.

Return Value

A reference to the item that was added to the collection.
See Also

Reference

XLColumnCollection Class
XLColumnCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback